ALL HTML TAGS

Tags Description New in HTML5
0 <!-- --> comment
1 <!DOCTYPE html> document type
2 <a> hyperlink
3 <abbr> an abbreviation
4 <address> an address element
5 <area> Specifies an area inside an image map
6 <article> Specifies an article HTML 5
7 <aside> Specifies content aside from the page content HTML 5
8 <audio> 指定聲音類型 HTML 5
9 <b> Specifies bold text
10 <base> Specifies a base URL for all the links in a page
11 <bdi> For bi-directional text formatting HTML 5
12 <bdo> Specifies the direction of text display
13 <blockquote> Specifies a long quotation
14 <body> Specifies the body element
15 <br> Inserts a single line break
16 <button> Specifies a push button
17 <canvas> Define graphics HTML 5
18 <caption> Specifies a table caption
19 <cite> Specifies a citation
20 <code> Specifies computer code text
21 <col> Specifies attributes for table columns
22 <colgroup> Specifies groups of table columns
23 <data> Allows for machine-readable data to be provided HTML 5
24 <datalist> <datalist> HTML 5
25 <dd> Specifies a definition description
26 <del> Specifies deleted text
27 <details> Specifies details of an element HTML 5
28 <dfn> Defines a definition term
29 <dialog> Specifies that part of an application is interactive. HTML 5.1
30 <div> Specifies a section in a document
31 <dl> Specifies a definition list
32 <dt> Specifies a definition term
33 <em> Specifies emphasized text
34 <embed> Specifies external application or interactive content HTML 5
35 <fieldset> Specifies a fieldset
36 <figcaption> Specifies caption for the figure element. HTML 5
37 <figure> Specifies a group of media content, and their caption HTML 5
38 <footer> Specifies a footer for a section or page HTML 5
39 <form> Specifies a form
40 <h1>...<h6> Specifies a heading level 1-6
41 <head> Specifies information about the document
42 <header> Specifies a group of introductory or navigational aids HTML 5
43 <hr> Specifies a horizontal rule
44 <html> Specifies an html document
45 <i> Specifies italic text
46 <iframe> Specifies an inline sub window (frame)
47 <img> Specifies an image
48 <input> Specifies an input field
49 <ins> Specifies inserted text
50 <kbd> Specifies keyboard text
51 <keygen> Generates a key pair HTML 5
52 <label> Specifies a label for a form control
53 <legend> Specifies a title in a fieldset
54 <li> Specifies a list item
55 <link> Specifies a resource reference
56 <main> Specifies the main content area of an HTML document. HTML 5
57 <map> Specifies an image map
58 <mark> Specifies marked text HTML 5
59 <menu> Specifies a menu list HTML 5.1
60 <menuitem> a command that user can invoke from a popup menu HTML 5.1
61 <meta> Specifies meta information
62 <meter> Specifies measurement within a predefined range HTML 5
63 <nav> Specifies navigation links HTML 5
64 <noscript> Specifies a noscript section
65 <object> Specifies an embedded object
66 <ol> Specifies an ordered list
67 <optgroup> Specifies an option group
68 <option> Specifies an option in a drop-down list
69 <output> Specifies some types of output HTML 5
70 <p> Specifies a paragraph
71 <param> Specifies a parameter for an object
72 <pre> Specifies preformatted text
73 <progress> Specifies progress of a task of any kind HTML 5
74 <q> Specifies a short quotation
75 <rb> Marks the base text component of a ruby annotation. HTML 5
76 <rp> don't support ruby annotations HTML 5
77 <rt> Specifies the ruby text component of a ruby annotation. HTML 5
78 <rtc> 在ruby注释中标记ruby文本组件的ruby文本容器 HTML 5
79 <ruby> Specifies a ruby annotation HTML 5
80 <s> Indicates text that's no longer accurate or relevant.
81 <samp> Specifies sample computer code
82 <script> Specifies a script
83 <section> Specifies a section HTML 5
84 <select> Specifies a selectable list
85 <small> Specifies small text
86 <source> Specifies media resources HTML 5
87 <span> Specifies a section in a document
88 <strong> Specifies strong text
89 <style> Specifies a style definition
90 <sub> Specifies subscripted text
91 <summary> Specifies a summary / caption for the <details> element HTML 5
92 <sup> Specifies superscripted text
93 <table> Specifies a table
94 <tbody> Specifies a table body
95 <td> Specifies a table cell
96 <template> 声明可通过脚本克隆并插入到文档中的HTML片段。 HTML 5
97 <textarea> Specifies a text area
98 <tfoot> Specifies a table footer
99 <th> Specifies a table header
100 <thead> Specifies a table header
101 <time> Specifies a date/time HTML 5
102 <title> Specifies the document title
103 <tr> Specifies a table row
104 <track> Specifies a text track for media such as video and audio HTML 5
105 <u> Specifies text with a non-textual annotation.
106 <ul> Specifies an unordered list
107 <var> Specifies a variable
108 <video> Specifies a video HTML 5
109 <wbr> 指定长单词和不含空格的文本字符串的换行 HTML 5

Dave
9 声望1 粉丝

Hello World


« 上一篇
Semantic Element